home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
726-750
/
745
/
arexxbox
/
test
/
rx_test2_rxif.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-03-18
|
1KB
|
80 lines
/*
* Source generated with ARexxBox 1.00 (Jun 19 1992)
* which is Copyright (c) 1992 Michael Balzer
*/
#include <exec/types.h>
#include <exec/memory.h>
#include <dos/dos.h>
#include <rexx/storage.h>
#include <rexx/rxslib.h>
#ifdef __GNUC__
/* GCC needs all struct defs */
#include <dos/exall.h>
#include <graphics/graphint.h>
#include <intuition/classes.h>
#include <devices/keymap.h>
#include <exec/semaphores.h>
#endif
#include <clib/alib_protos.h>
#include <clib/exec_protos.h>
#include <clib/dos_protos.h>
#include <clib/rexxsyslib_protos.h>
#ifndef __NO_PRAGMAS
#ifdef AZTEC_C
#include <pragmas/exec_lib.h>
#include <pragmas/dos_lib.h>
#include <pragmas/rexxsyslib_lib.h>
#endif
#ifdef LATTICE
#include <pragmas/exec_pragmas.h>
#include <pragmas/dos_pragmas.h>
#include <pragmas/rexxsyslib_pragmas.h>
#endif
#endif /* __NO_PRAGMAS */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#ifndef _toupper
#define _toupper(x) ((x) & 0x5f)
#endif
#include "rx_test2.h"
extern struct Library *SysBase, *DOSBase, *RexxSysBase;
#include "/rxif/rx_alias.c"
#include "/rxif/rx_cmdshell.c"
#include "/rxif/rx_disable.c"
#include "/rxif/rx_enable.c"
#include "/rxif/rx_fault.c"
#include "/rxif/rx_help.c"
#include "/rxif/rx_rx.c"
#ifndef RX_ALIAS_C
char *ExpandRXCommand( struct RexxHost *host, char *command )
{
/* Insert your ALIAS-HANDLER here */
return( NULL );
}
#endif